home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIMETA.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  692b  |  18 lines

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\series\gdimeta\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. EXERES  = gdimeta
  11. CPCH    = -Hc -H"windows.h" -H=gdimeta.csm
  12. OBJEXE  = about.obj brushdlg.obj client.obj colordlg.obj dispatch.obj\
  13.           file.obj filedlg.obj gdimeta.obj infodlg.obj init.obj\
  14.           metafile.obj misc.obj palctrl.obj palette.obj pendlg.obj\
  15.           statbar.obj toolbar.obj winmain.obj\
  16.  
  17. !include $(BCEXAMPLEDIR)\makefile.gen
  18.